-
Couldn't load subscription status.
- Fork 25.6k
Add initial bcUpgradeTask #128588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add initial bcUpgradeTask #128588
Conversation
I have seen this happening when the native |
You're probably right @ldematte , at some point I did clean up local process manually... not sure what caused them to fail in the first place, but afterwards this worked ok |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good; I think this could be merged as-is and then the TODO will be addressed in a follow-up?
Yes, that's my intention. Let's keep the initial test set as small as possible to not wait forever while working on this. |
|
Pinging @elastic/es-core-infra (Team:Core/Infra) |
💚 Backport successful
|
This can be run as follows until the incompatibility check is removed from TransportService
However, this sometimes failed unexpectedly on the upgrade due to an ML issue. When later trying to reproduce to see the actual exception, it didn't reproduce anymore :(
Relates to ES-11870